Arthur Bricq

Custom Game Engine framework

I the quest for a new project, I have decided to program a Doom game. When I explored the several options in Rust to write OpenGL or Vulkan bindings, I was slightly disappointed. I though it would a great idea to try and write a custom game engine. Since it is quite a challenging piece of work, I limited myself to a CPU engine (no hardware acceleration).